home *** CD-ROM | disk | FTP | other *** search
- def ADKB_SETCLR = 15;
- def ADKB_PRECOMP1 = 14;
- def ADKB_PRECOMP0 = 13;
- def ADKB_MFMPREC = 12;
- def ADKB_UARTBRK = 11;
- def ADKB_WORDSYNC = 10;
- def ADKB_MSBSYNC = 9;
- def ADKB_FAST = 8;
- def ADKB_USE3PN = 7;
- def ADKB_USE2P3 = 6;
- def ADKB_USE1P2 = 5;
- def ADKB_USE0P1 = 4;
- def ADKB_USE3VN = 3;
- def ADKB_USE2V3 = 2;
- def ADKB_USE1V2 = 1;
- def ADKB_USE0V1 = 0;
-
- def ADKF_SETCLR = (1<<15);
- def ADKF_PRECOMP1 = (1<<14);
- def ADKF_PRECOMP0 = (1<<13);
- def ADKF_MFMPREC = (1<<12);
- def ADKF_UARTBRK = (1<<11);
- def ADKF_WORDSYNC = (1<<10);
- def ADKF_MSBSYNC = (1<<9);
- def ADKF_FAST = (1<<8);
- def ADKF_USE3PN = (1<<7);
- def ADKF_USE2P3 = (1<<6);
- def ADKF_USE1P2 = (1<<5);
- def ADKF_USE0P1 = (1<<4);
- def ADKF_USE3VN = (1<<3);
- def ADKF_USE2V3 = (1<<2);
- def ADKF_USE1V2 = (1<<1);
- def ADKF_USE0V1 = (1<<0);
-
- def ADKF_PRE000NS = 0;
- def ADKF_PRE140NS = (ADKF_PRECOMP0);
- def ADKF_PRE280NS = (ADKF_PRECOMP1);
- def ADKF_PRE560NS = (ADKF_PRECOMP0|ADKF_PRECOMP1);
-
-